projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec9360
)
numpy: Fix python tweak in last commit - $(STAGING_DIR) points to $(TOPDIR)/staging_d...
author
Andy Boyett
<
[email protected]
>
Wed, 18 Jun 2008 07:24:22 +0000
(07:24 +0000)
committer
Andy Boyett
<
[email protected]
>
Wed, 18 Jun 2008 07:24:22 +0000
(07:24 +0000)
SVN-Revision: 11532
lang/numpy/Makefile
patch
|
blob
|
history
diff --git
a/lang/numpy/Makefile
b/lang/numpy/Makefile
index b8f3e246ac8bcf2bc4aecf69a5a8f7ceb813a891..4179f0ac5ace02d948f0cde96ae1165083f44b6c 100644
(file)
--- a/
lang/numpy/Makefile
+++ b/
lang/numpy/Makefile
@@
-30,7
+30,7
@@
define Package/numpy/description
endef
define Build/Compile
- cd $(PKG_BUILD_DIR) ; $(CONFIGURE_VARS) $(MAKE_VARS) $(STAGING_DIR)/
i386/
host/bin/python ./setup.py install --prefix="$(PKG_INSTALL_DIR)/usr"
+ cd $(PKG_BUILD_DIR) ; $(CONFIGURE_VARS) $(MAKE_VARS) $(STAGING_DIR)/host/bin/python ./setup.py install --prefix="$(PKG_INSTALL_DIR)/usr"
sed -i "s/UCS4/UCS2/g" $(PKG_INSTALL_DIR)/usr/lib/python2.5/site-packages/numpy/core/multiarray.so
endef